home *** CD-ROM | disk | FTP | other *** search
- //////activeBreadboard. lockWindowUpdate()
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
- //
- // add rsquared dll postprocessor
- //
- activeBreadboard. setAnimatePoint ( 315 , 308 )
- activeBreadboard. stampAndMove ( "L2Criterion" , "criterion1" )
- activeBreadboard. select ( "outputAxon" , FALSE )
- activeBreadboard. select ( "criterion1" , FALSE )
- outputAxon. connectTo ( "criterion1" )
- activeBreadboard. stampOnAndMove ( "File" , "criterion1" )
- file. setActiveAccessPoint ( "Desired Signal" )
- activeBreadboard. select ( "file" , FALSE )
- filePath=macro.pathFromMacro("regression desired.asc")
- file. addFile ( filePath , FALSE )
- file. setNormalize ( FALSE )
- dllPath=macro.pathFromMacro("cctest.dll");
- criterion1. setDLLName ( "cctest" , dllPath )
- criterion1. activateDLL ( TRUE )
- criterion1. setName ( "r2DLL" )
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "r2DLL" )
- matrixViewer. setActiveAccessPoint ( "Average Cost" )
- matrixViewer. openEngineWindow ( )
- activeBreadboard. select ( "matrixViewer" , FALSE )
- matrixViewer. setEnableLabels ( TRUE )
- matrixViewer. setLabel ( "" )
- matrixViewer. setAccessRows ( FALSE )
- matrixViewer. setLabel ( "Corr. Coeff." )
- matrixViewer. setFixWindowTitle ( TRUE )
- matrixViewer. setWindowTitle ( "r-value" )
- matrixViewer. setName ( "RViewer" )
- RViewer.tileWindow(4,4,6,6)
-
- control. setEpochs ( 3 )
- control. resetNetwork ( )
- control. runNetwork ( )
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textbox1.txt")
- NextMacroPath = macro. pathFromMacro ( "3 r-value summary.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- TitleIndex = titleTextBox. setTextFromFile (TextBoxPath, 0)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
- //////activeBreadboard. unlockWindowUpdate()
-